Opc.Ua.Core
Import(NodeSet,IDictionary<NodeId,IList<IReference>>) Method



Opc.Ua Namespace > NodeTable Class > Import Method : Import(NodeSet,IDictionary<NodeId,IList<IReference>>) Method
The node set.
The external references.
Adds a set of nodes to the table.
Syntax
'Declaration
 
Public Overloads Function Import( _
   ByVal nodeSet As NodeSet, _
   ByVal externalReferences As IDictionary(Of NodeId,IList(Of IReference)) _
) As List(Of Node)
'Usage
 
Dim instance As NodeTable
Dim nodeSet As NodeSet
Dim externalReferences As IDictionary(Of NodeId,IList(Of IReference))
Dim value As List(Of Node)
 
value = instance.Import(nodeSet, externalReferences)

Parameters

nodeSet
The node set.
externalReferences
The external references.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeTable Class
NodeTable Members
Overload List